OpenRoads Designer CONNECT Edition SDK Help

CreateByCenterSignedRadiusStartParameterEndParameter Method

Constructs a ProfileCircularArc by parameters.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileCircularArc CreateByCenterSignedRadiusStartParameterEndParameter( DPoint3d center,double signedRadius,double startpar,double endpar)

Parameters

SettingDescription
  DPoint3d Center of the Circular Arc
   The signed radius of the Circular Arc
   Start parameter
   End parameter

Return Value

ProfileCircularArc

See Also